home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TFENVWIZARD / TFENVWIZARD.txt
Text File  |  1999-10-16  |  2KB  |  106 lines

  1. inherited FEnvWizard: TFEnvWizard
  2.   Left = 233
  3.   Top = 321
  4.   BorderStyle = bsSingle
  5.   Caption = 'Environment Wizard'
  6.   ClientHeight = 177
  7.   ClientWidth = 489
  8.   OldCreateOrder = True
  9.   OnCreate = FormCreate
  10.   OnDestroy = FormDestroy
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object GroupBox1: TGroupBox
  14.     Left = 0
  15.     Top = 0
  16.     Width = 345
  17.     Height = 153
  18.     Caption = 'Templates available'
  19.     TabOrder = 0
  20.     object TemplatesListBox: TListBox
  21.       Left = 8
  22.       Top = 16
  23.       Width = 329
  24.       Height = 129
  25.       ItemHeight = 13
  26.       TabOrder = 0
  27.     end
  28.   end
  29.   object GroupBox2: TGroupBox
  30.     Left = 352
  31.     Top = 0
  32.     Width = 137
  33.     Height = 153
  34.     Caption = 'Load these settings'
  35.     TabOrder = 1
  36.     object AtmosphereCheck: TCheckBox
  37.       Left = 8
  38.       Top = 40
  39.       Width = 81
  40.       Height = 17
  41.       Caption = 'Atmosphere'
  42.       Enabled = False
  43.       TabOrder = 0
  44.     end
  45.     object CloudCheck: TCheckBox
  46.       Left = 8
  47.       Top = 72
  48.       Width = 57
  49.       Height = 17
  50.       Caption = 'Clouds'
  51.       Enabled = False
  52.       TabOrder = 1
  53.     end
  54.     object SurfaceCheck: TCheckBox
  55.       Left = 8
  56.       Top = 56
  57.       Width = 121
  58.       Height = 17
  59.       Caption = 'Landscape Surfaces'
  60.       Enabled = False
  61.       TabOrder = 2
  62.     end
  63.     object WaterCheck: TCheckBox
  64.       Left = 8
  65.       Top = 88
  66.       Width = 97
  67.       Height = 17
  68.       Caption = 'Water Surface'
  69.       Enabled = False
  70.       TabOrder = 3
  71.     end
  72.     object AllCheck: TCheckBox
  73.       Left = 8
  74.       Top = 16
  75.       Width = 41
  76.       Height = 17
  77.       Caption = 'All'
  78.       Checked = True
  79.       State = cbChecked
  80.       TabOrder = 4
  81.       OnClick = AllCheckClick
  82.     end
  83.     object LoadButton: TButton
  84.       Left = 24
  85.       Top = 120
  86.       Width = 89
  87.       Height = 25
  88.       Caption = 'Load'
  89.       TabOrder = 5
  90.       OnClick = LoadButtonClick
  91.     end
  92.   end
  93.   object RendererCheck: TCheckBox
  94.     Left = 240
  95.     Top = 160
  96.     Width = 249
  97.     Height = 17
  98.     Alignment = taLeftJustify
  99.     Caption = 'Alway open this wizard with the Fractal renderer'
  100.     Checked = True
  101.     State = cbChecked
  102.     TabOrder = 2
  103.     OnClick = RendererCheckClick
  104.   end
  105. end
  106.